Skip to content

[26 - Stack 1/5] 경험 추출 응답 DTO 확장#27

Merged
tomchaccom merged 2 commits into
mainfrom
AI/feat/26
Jun 24, 2026
Merged

[26 - Stack 1/5] 경험 추출 응답 DTO 확장#27
tomchaccom merged 2 commits into
mainfrom
AI/feat/26

Conversation

@tomchaccom

Copy link
Copy Markdown
Collaborator

관련 이슈

작업내용

  • 경험 추출 응답 DTO를 경험 유형별 상세 스키마로 확장
  • Step2 상세 정보와 병합 메타데이터 모델 보강
  • 기존 경험 추출 응답의 타입 안정성 개선

추가 또는 수정 API

  • 기존 경험 추출 API의 응답 모델을 확장합니다.
  • 신규 엔드포인트는 추가하지 않습니다.

테스트

  • 후속 Stack에서 런타임 Preset 및 API 계약 테스트를 추가합니다.

Stack 관계

  • Next: [26 - Stack 2/5] 런타임 경험 Preset 스키마 추가

@tomchaccom tomchaccom linked an issue Jun 22, 2026 that may be closed by this pull request
3 tasks
@tomchaccom tomchaccom marked this pull request as ready for review June 22, 2026 11:56
* feat : 런타임 경험 Preset 스키마 추가
- Spring Preset으로 동적 basic_info 모델 생성
- 미등록 필드와 그룹 불일치 검증 추가

* [26 - Stack 3/5] 경험 순차 중복 판정 추가 (#29)

* feat : 경험 순차 중복 판정 추가
- 기존 경험과 앞선 배치 경험 비교
- batch 인덱스 기반 중복 후보 반환

* [26 - Stack 4/5] 경험 추출 Step2 V2 API 추가 (#30)

* feat : 경험 추출 Step2 V2 API 추가
- Spring multipart 요청과 런타임 Preset 처리
- 상세 추출 결과에 순차 중복 판정 적용

* test : 경험 추출 Step2 V2 계약 검증 추가 (#31)

- Spring multipart 요청과 응답 형식 검증
- 잘못된 Preset JSON과 스키마 불일치 검증

Co-authored-by: tomchccom <dreamkms2014@gmail.com>

---------

Co-authored-by: tomchccom <dreamkms2014@gmail.com>

---------

Co-authored-by: tomchccom <dreamkms2014@gmail.com>

---------

Co-authored-by: tomchccom <dreamkms2014@gmail.com>
@tomchaccom tomchaccom merged commit 2623262 into main Jun 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat : 경험 2차, 3차 추출 시 spring 서버와 DTO 통합 및 로직 수정

1 participant